|
Foxit PDF SDK
|
Public 成员函数 | |
| def | MediaPlayer (other) |
| 使用另一个媒体播放器对象的构造函数。 更多... | |
| def | GetDict () |
| 获取当前对象的PDF字典。 更多... | |
| def | GetOSIdentifiers () |
| 获取表示操作系统标识符的字符串数组。 更多... | |
| def | GetSoftwareURI () |
| 获取标识软件的软件URI。 更多... | |
| def | IsEmpty () |
| 检查当前对象是否为空。 更多... | |
| def | SetOSIdentifiers (identifier_array) |
| 设置表示操作系统标识符的字符串数组。 更多... | |
| def | SetSoftwareURI (uri) |
| 设置标识软件的软件URI。 更多... | |
类 MediaPlayer 提供访问特定媒体播放器信息的方法。
| def FoxitPDFSDKPython2.MediaPlayer.MediaPlayer | ( | other | ) |
使用另一个媒体播放器对象的构造函数。
| [in] | other | 另一个媒体播放器对象。 |
| def FoxitPDFSDKPython2.MediaPlayer.GetDict | ( | ) |
获取当前对象的PDF字典。
| def FoxitPDFSDKPython2.MediaPlayer.GetOSIdentifiers | ( | ) |
获取表示操作系统标识符的字符串数组。
此数组中的操作系统标识符指示此对象适用于哪些操作系统。 定义的值与为 SMIL 2.0 的 systemOperatingSystem 属性定义的值相同。 数组中可能不存在同一标识符的多个副本。
| def FoxitPDFSDKPython2.MediaPlayer.GetSoftwareURI | ( | ) |
获取标识软件的软件URI。
更多详细信息,请参考 <PDF reference 1.7> P780 "Software URIs"。
| def FoxitPDFSDKPython2.MediaPlayer.IsEmpty | ( | ) |
检查当前对象是否为空。
当前对象为空时,意味着当前对象无用。
| def FoxitPDFSDKPython2.MediaPlayer.SetOSIdentifiers | ( | identifier_array | ) |
设置表示操作系统标识符的字符串数组。
此数组中的操作系统标识符指示此对象适用于哪些操作系统。 定义的值与为 SMIL 2.0 的 systemOperatingSystem 属性定义的值相同。 数组中可能不存在同一标识符的多个副本。
| [in] | identifier_array | 表示操作系统标识符的字符串数组。 空数组被认为代表所有操作系统。 |
| def FoxitPDFSDKPython2.MediaPlayer.SetSoftwareURI | ( | uri | ) |
设置标识软件的软件URI。
此属性对媒体播放器对象是必需的。更多详细信息,请参考 <PDF reference 1.7> P780 "Software URIs"。
| [in] | uri | 软件URI。它不应是空字符串。 |